0.1.Beginnings of the Internet
π°οΈ The Beginning:
The idea of the web and web applications (Web Apps) began at the moment the Internet was born.
π‘ The 1960s β Year 1965:
This year witnessed the first data transfer between two computers, known as the Packet Switching Network β a method of transmitting data between computers by dividing it into thousands of small pieces called Packets.
Each packet contains:
-
Source IP Address β The senderβs address
-
Destination IP Address β The receiverβs address
-
Data β The actual information being sent
These packets are sent from the first device to the second, where they are reassembled to recreate the original data.
π‘ Fun Fact:\ The first message ever sent over the Internet was supposed to be the word βLOGINβ,\ but the system crashed after the third letter β so the first Internet message in history was just βLOβ π
π How Do Devices Connect to Each Other?
In the beginning, devices used manual lists of other device addresses,\ and each computer worked differently, making communication extremely difficult.
But in 1974, a solution appeared with the introduction of TCP/IP π‘
βοΈ What Is TCP/IP?
-
TCP (Transmission Control Protocol):\ Responsible for ensuring that data is sent in a standardized and organized way between devices.
-
IP (Internet Protocol):\ Responsible for assigning unique addresses to devices (IP Addresses).
This made it possible for every device to have its own unique address and a clear communication method β and from here, the term Internet = Network of Networks π was born.
π 1983 β The Birth of DNS
As the Internet expanded, it became difficult to remember IP addresses manually,\ so the DNS (Domain Name System) was created.
The DNS simply converts device addresses into easy-to-remember names.
For example, instead of typing:
142.251.37.238
You can now type:
google.com
-
.com β Top-Level Domain
-
google β Second-Level Domain
π» The Emergence of Web Concepts:
Shortly after, new terms appeared such as:
-
HTTP (HyperText Transfer Protocol)
-
URL (Uniform Resource Locator)
-
HTML (HyperText Markup Language)
π 1991 β Web 1.0
The first static website was created in this year.\ It was very simple, consisting only of text.\ This marked the beginning of Web 1.0.
πΉ What Is a Static Website?\ - A fixed website that always shows the same content to every user and doesnβt allow interaction.
πΉ What Is a Dynamic Website?\ A website whose content changes depending on the user or event.\ It relies on databases and server-side programming.
π 2004 β The Rise of Web 2.0
In this year, the second generation of the web β Web 2.0 β emerged,\ representing a major shift where users could:
-
Create content (User-Generated Content)
-
Interact and share through social networks
-
Use more interactive and responsive web applications